Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ItemEventArgs<T> Class / ItemEventArgs<T> Constructor
An object value that indicates the item.
Specifies how the item changed


In This Topic
    ItemEventArgs<T> Constructor
    In This Topic
    Initializes a new instance of the ItemEventArgs<T> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal item As T, _
       ByVal type As ItemChangedType _
    )
    'Usage
     
    
    Dim item As T
    Dim type As ItemChangedType
     
    Dim instance As New ItemEventArgs(Of T)(item, type)
    public ItemEventArgs<T>( 
       T item,
       ItemChangedType type
    )

    Parameters

    item
    An object value that indicates the item.
    type
    Specifies how the item changed
    See Also